home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / CISEI / 16BIT / CSEI.DXR / 00044.ls < prev    next >
Encoding:
Text File  |  1998-10-06  |  434 b   |  26 lines

  1. on tastimain
  2.   global NumTasto
  3.   if NumTasto = 6 then
  4.     puppetTransition(51)
  5.     cursor([member "C1", member "C2"])
  6.     go("Quit")
  7.     exit
  8.   end if
  9.   if NumTasto = 7 then
  10.     puppetTransition(51)
  11.     go("Menu")
  12.     exit
  13.   end if
  14.   if NumTasto = 8 then
  15.     puppetTransition(51)
  16.     go("Credit")
  17.     exit
  18.   end if
  19.   if NumTasto = 9 then
  20.     open(the moviePath & "c6Fin.exe")
  21.     exit
  22.   end if
  23.   puppetTransition(51)
  24.   go("VAIP")
  25. end
  26.